home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
ABUSESRC.ZIP
/
AbuseSrc
/
abuse
/
inc
/
crc.hpp
< prev
next >
Wrap
C/C++ Source or Header
|
1996-01-24
|
179b
|
11 lines
#ifndef _CRC_HPP_
#define _CRC_HPP_
#include "specs.hpp"
#include "macs.hpp"
unsigned short calc_crc(unsigned char *buf, long len);
ulong crc_file(bFILE *fp);
#endif